adTempus API
PreviousUpNext
INotificationAction::SendConsoleOutput Property

Gets or sets an option that determines whether the task's console output will be attached to the notification message.

C++
__property VARIANT_BOOL SendConsoleOutput;
C#
VARIANT_BOOL SendConsoleOutput;
Visual Basic
Property SendConsoleOutput() As VARIANT_BOOL
Default Value

False

If SendConsoleOutput is True, the notification message will also include the file containing the console output from the program, if any.

This option only applies to responses attached to a job step, and only if that step executes a task that can capture program output (currently only the Program Execution Task can do this).

adTempus API Reference version 3.0.0.0, revised 10/30/2008